Update the Connection for a Data Source

{ updateSourceNodeConnection }

Updates the details of a specific data flow source node.

Method

/API2/dataSources/updateSourceNodeConnection

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2020.20
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    connectionObject

    Object Type

    Description

    Use this object to modify the data source server and/or the database in a data flow.

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    Use this function to either correct or adjust the data source nodes found in a data flow - using either the server ID, database name or both.

    Examples